@charset "utf-8";
/***********************************/
/* reset */
/***********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***********************************/
/* font */
/***********************************/
@font-face {
 font-family: "NotoSansCJKjp";
 font-style: normal;
 font-weight: 400;
 src: url('../fonts/NotoSansCJKjp-Regular.eot');
 src: local('Noto Sans CJK JP Regular'),
 url('../fonts/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
 url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
 url('../fonts/NotoSansCJKjp-Regular.otf') format('opentype');
}
/***********************************/
/* base */
/***********************************/
body { 
	font-family: NotoSansCJKjp,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
  min-width: 1180px;
}
a:hover {
	color: #0992e0;
}
a:hover img {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom: 1;
}
.box-bg{
	width: 1180px;
	margin: 0 auto;
	background: #f7fcff;
	padding: 40px 0;
}
.box1{
	width: 900px;
	margin: 0 auto;
}
.section{
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #ccc;
}
.section:last-child{
  border: none;
  margin: 0;
  padding: 0;
}
.section p{
	line-height: 1.6;
	margin: 0 0 15px;
}
.section p:last-child{
	margin: 0;
}
.mb_0{
	margin-bottom: 0 !important;
}
.mb_40{
	margin-bottom: 40px !important;
}
.bb_none{
	border-bottom: none !important;
}
/* clearfix */
.cfx:after {
	content:"";
	clear:both;
	display:block;
}
/***********************************/
/* module */
/***********************************/
.article_secondaryHeadding{
	text-align: center;
	margin: 96px 0 40px;
}
.article_headding{
	text-align: center;
	margin: 64px 0 0;
}
.box1 h2{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 24px;
	text-align: center;
}
.listType1{
	list-style-type: disc;
	margin: 0 0 0 2em;
}
.listType1 li{
	line-height: 1.6;
}
.listType2{
	list-style-type: disc;
	margin: 0 0 0 1.4em;
}
.listType2 li{
	line-height: 1.6;
	margin: 0 0 1em;
}
.listType2 li:last-child{
	margin: 0;
}
/***********************************/
/* header */
/***********************************/
.header{
	background: #fff;
 box-sizing: border-box;
	position: fixed;
 transition: 1s;
	top: 0;
 width: 100%;
	z-index: 600;
 -ms-filter: "alpha(opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	zoom: 1;
}
.header .header-inner{
	width: 1180px;
  /* overflow: hidden; */
	position: relative;
	margin: 0 auto;
}
.header .header-inner .header-logo{
	float: left;
	padding: 15px 0;
  width: 183px;
}
.header .header-inner .global-nav{
	float: right;
	margin: 24px 0 0;
	font-size: 12px;
}
.header .header-inner .global-nav ul{
  overflow: hidden;
}
.header .header-inner .global-nav ul li{
	float: left;
	border-left: 1px solid #d9dadc;
	padding: 3px 24px;
}
.header .header-inner .global-nav ul li a{
	color: #000;
	text-decoration: none;
}
.header .header-inner .global-nav ul li a:hover{
	color: #0992e0;
}
.header .header-inner .global-nav ul li:first-child{
	border-left: none;
}
/* scroll時 */
.header.fixed{
	opacity: 1;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}
/***********************************/
/* slider */
/***********************************/
.slider-area{
  margin: 64px 0 0;
}
.bx-wrapper{
  width: 1180px;
}
.bx-wrapper img {
  width: 1180px;
  height: auto;
  display: block;
}
/***********************************/
/* main */
/***********************************/
/* sec01 */
.messageBox{
	text-align: center;
	margin: 0 auto 64px;
  width: 1180px;
}
.messageBox p{
	text-align: center;
	font-size: 24px;
	margin-bottom: 16px;
  min-width: 1180px;
}
.messageBox p span.scrollAnime{
	-ms-animation: anime 1.5s infinite;
	-moz-animation: anime 1.5s infinite;
	-webkit-animation: anime 1.5s infinite;
	animation: anime 1.5s infinite;
	display: inline-block;
	margin-bottom: 30px;
	font-size: 32px;
}
/* アニメーション */
@keyframes anime{
	0% {
		 -ms-transform: translateY(0);
		 -moz-transform: translateY(0);
		 -webkit-transform: translateY(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		 -ms-transform:translateY(30px);
		 -moz-transform:translateY(30px);
		 -webkit-transform:translateY(30px);
		opacity: 0;
	}
}
/* IE 対応 */
.messageBox p span.scrollAnime:not(:target){
	margin-bottom: 0 \0/IE9; /* IE9 */
}
@media all and (-ms-high-contrast: none) {
	.messageBox p span.scrollAnime:not(:target) {
		margin-bottom: 30px; /* IE10以上 */
	}
}
/* sec02 */
.business-box{
	text-align: center;
	width: 1180px;
	margin: 0 auto;
}
.business-box h1{
	text-align: center;
	margin: 0 0 40px;
}
.business_headding img{
	vertical-align: bottom;
}
.business-box ul.businessList{
	overflow: hidden;
 margin: 0 auto 0;
	width: 960px;
}
.business-box ul.businessList li{
	width: 320px;
	text-align: center;
	height: 390px;
	float: left;
}
.business-box ul.businessList li.clearList{
	opacity: 0;
}
.business-box ul.businessList li dl dt{
	font-size: 20px;
	font-weight: bold;
}
.business-box ul.businessList li dl dt span{
	margin: 12px 0 0;
	display: inline-block;
	line-height: 1.4;
}
.business-box ul.businessList li dl dd{
	width: 290px;
	margin: 10px auto 0;
	line-height: 1.5;
}
.row1 li, .row2 li, .row3 li{
	margin: 0 0 40px;
}
.business-box .business-A,
.business-box .business-B,
.business-box .business-C,
.business-box .business-D{
	padding: 40px 0;
}
.business-box .business-A{
	background: #f7fcff;
}
.business-box .business-B{
	background: #fdfcfa ;
}
.business-box .business-C{
	background: #fafafa;
}
.business-box .business-D{
	background: #f5f6fa;
}
.business-box .business-A ul.businessList li dl dt{
	color: #169bde;
}
.business-box .business-B ul.businessList li dl dt{
	color: #f38800;
}
.business-box .business-C ul.businessList li dl dt{
	color: #747474;
}
.business-box .business-D ul.businessList li dl dt{
	color: #557580;
}

.businessList li dl dt img{
	width: 180px;
	height: auto;
}
p.footer-inquiry{
	margin: 36px 0;
  min-width: 1180px;
	text-align: center;
}
/***********************************/
/* footer */
/***********************************/
.footer{
  min-width: 1180px;
}
.footer-top{
	background: #607d8b;
	padding: 50px 0;
}
.footer-top ul{
	text-align: center;
}
.footer-top ul li{
	display: inline-block;
	margin: 0 0 0 50px;
	text-align: left;
	color: #fff;
}
.footer-top ul li:nth-child(2){
	vertical-align: 8px;
}
.footer-top ul li:nth-child(2) span{
	display: inline-block;
	margin: 18px 0 0;
}
.footer-top ul li:first-child{
	margin: 0 0 0 0px;
}
.footer-content{
	width: 900px;
	/* overflow: hidden; */
	color: #607d8b;
	margin: 0 auto;
	padding: 32px 0;
}
.footer-content ul.footer-nav{
	/* overflow: hidden; */
	float: left;
}
.footer-content ul.footer-nav li{
	float: left;
	border-left: 1px solid #d9dadc;
	padding: 3px 24px;
}
.footer-content ul.footer-nav li+li{
	border-right: 1px solid #d9dadc;
}
.footer-content ul.footer-nav li a{
	color: #607d8b;
	text-decoration: none;
}
.footer-content ul.footer-nav li a:hover {
	color: #0992e0;
}
.footer-content .footer-copy{
	float: right;
	display: inline-block;
}
/***********************************/
/* company */
/***********************************/
/* sec01 */
.company_sec01 .tableType1{
  margin: 0 0 40px;
}
.tableType1 table{
	width: 900px;
	box-sizing: border-box;
}
.tableType1 table tr{
	border-bottom: 5px solid #f7fcff;
}
.tableType1 table th{
	background: #f6f6f6;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	width: 250px;
}
.tableType1 table td{
	background: #fff;
	width: 650px;
}
.tableType1 table td ul{
	width: 100%;
	overflow: hidden;
}
.tableType1 table td ul li{
	width: 50%;
	float: left;
}
.tableType1 table th, .tableType1 table td{
	padding: 10px 15px;
	line-height: 1.6;
}
/* historyBox */
.historyBox{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 24px 0;
}
.historyBox p{
  margin: 0;
}
.historyAccordion_btn{
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.historyAccordion_btn span{
  font-size: 10px;
  margin: 0 0 0 4px;
  vertical-align: 3px;
}
.historyBox .tableType1{
  display: none;
  margin: 24px 0 0;
}
/* sec03 */
.philosophy-box ol{
	list-style-type: decimal;
}
.philosophy-box ol li{
	line-height: 1.6;
	margin: 0 0 40px 1em;
	color: #FF0000;
}
.philosophy-box ol li span{
	line-height: 1.6;
	margin: 15px 0 0;
	display: inline-block;
	color: #000;
}
/* corporateActivitie */
.corporateActivitie{
  margin: 0 auto;
  width: 900px;
}
.corporateActivitie table tr:nth-child(1) th,
.corporateActivitie table tr:nth-child(1) td,
.corporateActivitie table tr:nth-child(2) th,
.corporateActivitie table tr:nth-child(2) td{
  border-bottom: 16px solid #f7fcff;
}
.corporateActivitie table tr th,
.corporateActivitie table tr td{
  box-sizing: border-box;
  line-height: 1.4;
  vertical-align: middle;
}
.corporateActivitie table tr th img{
  height: auto: ;
  width: 120px;
}
.corporateActivitie table tr td{
  text-align: left;
}
.corporateActivitie table tr td:nth-of-type(1){
  padding: 0 24px 0 32px;
  width: 450px;
}
.corporateActivitie table tr td:nth-of-type(2){
  padding: 0 0 0 16px;
  width: 200px;
}

/***********************************/
/* privacy */
/***********************************/
.privacy-box{
	margin-bottom: 40px;
}
.numList1{
	list-style-type: decimal;
	margin: 0 0 0 1em;
}
.numList1 li{
	line-height: 1.6;
	margin: 0 0 40px;
}
.numList1 li span{
	display: inline-block;
	margin: 10px 0 0;
}
.tableType2 table{
	width: 900px;
	box-sizing: border-box;
	margin: 0 0 15px;
}
.tableType2 table tr{
	border-bottom: 5px solid #f7fcff;
}
.tableType2 table th{
	background: #f6f6f6;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	width: 250px;
}
.tableType2 table td{
	background: #fff;
	width: 650px;
}
.tableType2 table td .numList1{
	margin: 0 0 0 1em;
}
.tableType2 table td .numList1 li{
	margin: 0 0 1em;
}
.tableType2 table td .numList1 li:last-child{
	margin: 0;
}
.tableType2 table th, .tableType2 table td{
	padding: 10px 15px;
	line-height: 1.6;
}
/***********************************/
/* recruit */
/***********************************/
.article_headding.article_headding-recruit{
	margin: 64px 0 16px;
}
.inquiryBtn{
	font-size: 16px;
	font-weight: bold;
	background: #0097E0;
	text-align: center;
	margin: 40px auto 0;
		width: 250px;
}
.inquiryBtn a{
	padding: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	border: 2px solid #0097E0;
	transition: .5s;
}
.inquiryBtn a:hover{
	color: #0097E0;
	background: #fff;
}
p.form-btn{
  margin: 0;
	text-align: center;
}
p.form-btn input {
	padding: 3px;
	display: inline-block;
	margin: 15px 0 0 30px;
	font-size: 12px;
}
.box-bg.recruit{
	background: #fff;
}
.recruit-area{
	background: #fff url('../recruit/images/message_bg.jpg') no-repeat top right;
	height: 350px;
	position: relative;
}
.recruit-area p{
	width: 620px;
	line-height: 1.7;
	font-size: 16px;
}
.recruit-flog{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: auto;
	margin: 0;
}
.recruit-flog img{
	width: 100%;
}
.recruit-subTtl{
	color: #004eb6;
	border-bottom: 2px solid #004eb6;
	font-weight: bold;
	font-size: 24px;
  margin: 0 0 16px;
	padding: 24px 0 4px 0;
  width: 620px;
}
.recruitBtn-area{
	margin-top: 40px;
}
.recruitBtn-area ul{
  margin: 0 0 40px;
	overflow: hidden;
	text-align: center;
}
.recruitBtn-area ul li{
	display: inline-block;
	margin-left: 20px;
	background: #fff;
	border: 2px solid #F0F0F3;
	width: 438px;
	box-sizing: border-box;
	transition: .4s;
}
.recruitBtn-area ul li:first-child{
	margin-left: 0;
}
.recruitBtn-area ul li a{
	color: #000;
	display: block;
	padding: 20px;
	text-decoration: none;
}
.recruitBtn_headding,
.recruitBtn_lead{
  display: block;
}
.recruitBtn-area ul li a .recruitBtn_headding{
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 2px;
}
.recruitBtn-area ul li a .recruitBtn_headding i{
	display: inline-block;
	float: right;
}
.recruitBtn-area ul li.graduates a .recruitBtn_headding{
	color: #337db6;
	border-bottom: 2px solid #337db6;
}
.recruitBtn-area ul li.career a .recruitBtn_headding{
	color: #57903e;
	border-bottom: 2px solid #57903e;
}
.recruitBtn-area ul li a .recruitBtn_lead{
	line-height: 1.5;
	font-size: 12px;
	margin-top: 16px;
	text-align: left;
}
.recruitBtn-area ul li:hover{
	background: #004eb6;
	opacity: .8;
}
.recruitBtn-area ul li:hover a .recruitBtn_headding{
	color: #fff;
	border-bottom: 2px solid #fff;
}
.recruitBtn-area ul li:hover a .recruitBtn_lead{
	color: #fff;
}
/***********************************/
/* graduates */
/***********************************/
.section.graduates_sec02 .listType2{
  margin: 0 0 3em 2em;
}
.section.graduates_sec02 .listType2:nth-of-type(2){
  margin: 0 0 0 2em;
}
.necessaryAbility_headding{
  margin: 0 0 1.5em;
}
.necessaryAbility_headding::before{
  content: '■';
  display: inline-block;
  font-size: 10px;
  margin: 0 4px 0 0;
  vertical-align: 2px;
}
/***********************************/
/* career */
/***********************************/
.section.career_sec02 .listType2{
  margin: 0 0 3em 2em;
}
.section.career_sec02 .listType2:nth-of-type(2){
  margin: 0 0 0 2em;
}


/***********************************/
/* sitemap */
/***********************************/
.sitemap_sec01 .box-inner{
  border: none;
  margin: 0;
  padding: 0;
}
.listType3 li{
	margin: 0 0 15px;
}
.listType3 li:last-child{
	margin: 0;
}
.listType3 li i{
	margin: 0 5px 0 0;
}
